EngineCrashed

public interface EngineCrashed implements EngineEvent

An event indicating that the engine has been unexpectedly crashed.

Functions

Link copied to clipboard
public abstract Engine engine()
Returns the Engine instance initiated this event.
Link copied to clipboard
public abstract int exitCode()
Returns the exit code of the engine process that has been unexpectedly terminated due to the crash.